home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
i_am_leg.swf
/
scripts
/
DefineSprite_298
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
186 b
|
5 lines
n4 = int(_root.time_txt / 600);
n1 = int((_root.time_txt - n4 * 600) / 60);
n2 = int((_root.time_txt - n4 * 600 - n1 * 60) / 10);
n3 = _root.time_txt - n4 * 600 - n1 * 60 - n2 * 10;